QuickOPC User's Guide and Reference
Obtaining Information (OPC Data)
Development Models > Imperative Programming Model > Imperative Programming Model for OPC Data (Classic and UA) > Obtaining Information (OPC Data)

Methods described in this chapter allow your application to obtain information from the underlying data source that the OPC server connect to (reading OPC Classic items, or value attributes of OPC UA nodes), or from the OPC server itself (getting OPC Classic property values). It is assumed that your application already somehow knows how to identify the data it is interested in. If the location of the data is not known upfront, use methods described in Browsing for Information chapter first.

See Also